public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("margin", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "The margin between the toolbar's border and contents "}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "hidden", Boolean.TRUE, "shortDescription", "The menu item's UI delegate "}), this.createPropertyDescriptor("orientation", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The current orientation of the toolbar "}), this.createPropertyDescriptor("borderPainted", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "Does the toolbar paint its borders? "}), this.createPropertyDescriptor("floatable", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "Can the toolbar be made to float by the user? "})};